home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / fyi8 / 08018.dos < prev    next >
Text File  |  1996-07-10  |  1KB  |  26 lines

  1. Subject:      File Cache Size Changing with v2.1
  2. Date:         March 28, 1988
  3. - - - - - - - - - - - - - - - - - - - - - - - - -
  4.  
  5. PROBLEM:      A user reported a problem and it was also verified by a Field
  6.               Service Agent.  When working on a large file, either in a
  7.               database or just copying it, the other workstations will hang
  8.               on any I/O pending.  The problem is that the file cache size
  9.               probably has been changed somehow.  If you do FCONSOLE and
  10.               pick statistics, then pick cache statistics, you can see what
  11.               the file cache size is set to.  If it is anything other than
  12.               4096 then that is the problem.
  13.  
  14. SOLUTION:     In order to change the cache size to 4096 you can run DISKED
  15.               and do the following:
  16.  
  17.                   >r 15           { Read in sector 15    }
  18.                   >c 0159         { Change location 0159 }
  19.                   01F9 00->03     { from 00 to 03        }
  20.                   01FA 34->.      { Exit Change function }
  21.                   >w 15           { Write out sector 15  }
  22.                   >q              { Quit                 }
  23.  
  24.               Then boot up again and check the cache size in FCONSOLE again
  25.               (it should have changed to 4096).
  26.